View residual

I added a DXL column (from the Kitchen scripts) and saved it as a new View. However, when anyone else opened the module they got a DXL error since the include file called out in the script did not exist on their machine. I deleted the View to rectify the problem. However, it persists. Whenever anyone else opens the module they get DXL error stating the include file does not exist. I erroneously thought that if the View did not exist, this message would go away. How can I fix this?
aalmo - Tue Jul 27 23:11:07 EDT 2010

Re: View residual
rmoskwa - Wed Jul 28 16:36:21 EDT 2010

The View is only a View. Deleting something from a View does not delete it from the database.

I am not certain as to what you mean by "I added a DXL column (from the Kitchen scripts)"
I do know what the Kitchen scripts are.

Try this:
Open the module that you added the DXL column to.
Select Edit->Columns...
A window will pop-up the has a Columns-tab, Attributes-tab, and Type-tab.
You can probably remove the column from here.

Re: View residual
aalmo - Thu Jul 29 09:35:49 EDT 2010

Solved. The view dxl created a dxl attribute. Deleting that attribute fixed the problem